home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / src / midaswww-1.0 / midasshell.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-16  |  200 b   |  9 lines

  1. struct MidasShell {
  2.     Widget               Widget;
  3.     XrmDatabase          Database;
  4.     char                 *Filename;
  5.     int                  Changes;
  6. };
  7.  
  8. typedef struct MidasShell MidasShell;
  9.